Welcome![Sign In][Sign Up]
Location:
Search - 8 queen

Search list

[Data structs8皇后算法111

Description: 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
Platform: | Size: 2048 | Author: YY | Hits:

[Data structs“八皇后”问题递归法求解

Description: “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recursive method* 8 Queen's problem is one of the oldest and famous, is backtracking algorithms typical example.18508X8 Gaussian that 76 species program. In 1854 in Berlin on different chess magazine published by the author of 40 different solutions, and later was used graph theory methods to come up with 92 kinds of results.
Platform: | Size: 2048 | Author: 美美 | Hits:

[Data structs李森数据结构作业

Description: 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non- recursive algorithm, Dyeing, 8 Queen, depth and breadth traversal, Josephus, numerical conversion, tree height and leaf nodes. the minimum spanning tree, all between the two paths
Platform: | Size: 19456 | Author: 李森 | Hits:

[Data structs8-queens

Description: 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C/C
Platform: | Size: 6144 | Author: 王卫国 | Hits:

[Booksdelphibahuanghou

Description: 八皇后问题是一个古老而著名的问题,是回溯算法的典 型例题。该问题是十九世纪著名的数学家高斯1850 年提出: 在8X8 格的国际象棋上摆放八个皇后,使其不能互相攻击, 即任意两个皇后都不能处于同一行、同一列或同一斜线上, 问有多少种摆法。-eight Queen's problem is an ancient and famous, is backtracking algorithm typical examples. The question is the famous 19th century mathematician Gauss 1850 : 8 X8 in the lattice placed on the international chess 8 Queen's, making it unable to attack each other. arbitrary or two at Queen's are not the same line, the same series or in the same slash and asked how many pendulum method.
Platform: | Size: 145408 | Author: xiaowu | Hits:

[ConsoleQueen

Description: 八皇后问题,运行结果导入到txt文本文件中-8 Queen
Platform: | Size: 223232 | Author: shawnhoo | Hits:

[AI-NN-PRQueen

Description: 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的-8 Queen
Platform: | Size: 21504 | Author: | Hits:

[Data structsQueen

Description: 经典8皇后问题程序,在vc6.0运行通过-8 Queen
Platform: | Size: 352256 | Author: 张二 | Hits:

[Data structsqueen

Description: 八皇后问题的一种使用递归的解法,对学习递归者有一定参考作用-8 Queen s problem using a recursive method, recursive learning have a certain reference
Platform: | Size: 280576 | Author: VicentGuo | Hits:

[AI-NN-PReightqueen

Description: 八皇后的A*算法 利用矩阵的行列变换,将待扩展的结点放入closedlist中,而后移出该表首个结点进行扩展(同时放如openlist中),并将其子节点放入closelist中-8 Queen
Platform: | Size: 540672 | Author: xiaochen | Hits:

[MPIqueen

Description: 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。-The so-called Queen s the issue of eight (Eight Queens Problem), in the 8* 8 grid of the chessboard, 8 Queen s place. Requirements of each line of each column, one Queen, and a diagonal line of each and every anti-diagonal can only have a Queen, this is a typical parallel algorithm, C language.
Platform: | Size: 4096 | Author: chj | Hits:

[Othereightqueens

Description: 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s. 8 Queen' s problem: In the 8* 8 chessboard without attacking each other to place the 8 Queens. In accordance with the rules of chess with the Queen can attack in the same column or row, or agreed to slash the piece. To identify all the legitimate Queen of eight so that each placement method against attacks. 1) In addition to the completion of the definition of queens are given a printout of the process of print-queens
Platform: | Size: 2048 | Author: lishy | Hits:

[Algorithm8-queenProblem

Description: The famous 8-queen problem in java
Platform: | Size: 3072 | Author: gokc3n | Hits:

[Algorithm8-Queen

Description: 8-Queen problem, that is one of the most famous algorithm problem.
Platform: | Size: 1024 | Author: Gabriel | Hits:

[CSharpHill_Climbing_Searching

Description: solving 8-Queen problem by using hill climbing.
Platform: | Size: 25600 | Author: shahin | Hits:

[matlabGenetic

Description: Genetic algorithms in 8 queen problem
Platform: | Size: 1024 | Author: Feroj | Hits:

[Data structs8-Queen

Description: C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
Platform: | Size: 31129600 | Author: hjkhk | Hits:

[Data structs8-Queen

Description: 这是一个关于8皇后的源代码,是用C语言开发,会输出92中结果。-This is a 8 Queen' s source code is written in C language development, will result in the output 92.
Platform: | Size: 2866176 | Author: | Hits:

[Other Games8-Queen

Description: VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In accordance with the rules of chess, the Queen can attack with in the same row or a pawn in the same column or diagonal. The eight queens problem is equivalent to the eight queens be placed in the 8* 8 grid on the board, no two queens on the same row or column or the same diagonal.
Platform: | Size: 322560 | Author: 胡凯 | Hits:

[Algorithm8-queen

Description: It is a graphical representation of the famous 8 queen problem . the program is in accordance to the algorithm described in Cormen.
Platform: | Size: 46080 | Author: amannith | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net